home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / rs0422.zip / CONFIGUR / DNIC.H < prev    next >
C/C++ Source or Header  |  1989-08-29  |  321b  |  11 lines

  1. /* This is the internal structure roseinit uses to describe a DNIC */
  2.  
  3. struct dnicstr {
  4.     char adr[4];    /* DNIC in X.121 format */
  5.     char name[64];    /* A title for the region */
  6. };
  7.  
  8. extern struct dnicstr *DNIC;
  9. extern int numrt;    /* Number of routing records currently in use */
  10. extern struct rt_tab *RTable[MaxRT];
  11.